home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / ctmouse / extend.txt < prev    next >
Encoding:
Text File  |  2002-09-30  |  2.4 KB  |  72 lines

  1. Extension list
  2. --------------
  3.  
  4. Below are listed possible extensions and additional features for CuteMouse
  5. in different categories. Not all of them will be implemented, but they may
  6. give hints for other ideas. Please, express your opinion about this list -
  7. this may help in CuteMouse's further development and enhancement.
  8.  
  9.  
  10. Mice support:
  11. -------------
  12.  
  13. - Support for Bus, InPort and other mouse types. Currently there is not
  14.   enough information and no available hardware/mice for testing.
  15. - Mouse reset and/or switching between serial mouse modes on the fly if
  16.   the received mouse data flow has errors.
  17.   [proposed by Alain Mouette]
  18. - API to access wheel rotation information.
  19. - API to send mouse-like information to driver. Useful for emulating a
  20.   mouse for nonstandard hardware.
  21.   [proposed by Matthias Paul]
  22.  
  23.  
  24. Video support:
  25. --------------
  26.  
  27. - Support of all possible text modes, including VESA. Currently only
  28.   standard modes 0-3 and 7 are supported, although with any screen size.
  29. - Direct video adapter register reading in the EGA RIL API for VGA and
  30.   newer adapters.
  31. - Scaling cursor movement according to current screen resolution (mouse
  32.   movement should move the cursor the same distance on the screen rather
  33.   than the same distance in pixels regardless of the current resolution).
  34.   [proposed by Jason Burgon]
  35.  
  36.  
  37. Hardware handling:
  38. ------------------
  39.  
  40. - IRQ8-15 support. Currently only IRQ1-7 are supported.
  41. - Auto detect IRQ assigned to a COM port. Currently IRQ is determined by
  42.   COM port number only.
  43.  
  44.  
  45. Command line:
  46. -------------
  47.  
  48. - Hyphen as the switch char in the command line. Currently only the slash
  49.   is accepted for this.
  50. - Option to specify UART base address.
  51. - Option to reorder all mouse buttons.
  52. - Option to specify movement orientation (with 90 or 180 degrees step).
  53. - Option to reverse wheel orientation.
  54.   [proposed by Matthias Paul]
  55.  
  56.  
  57. Miscellaneous:
  58. --------------
  59.  
  60. - Remove code for all unused handlers from resident part.
  61. - Completely reuse the PSP area in resident memory block.
  62. - Use DPMS and HMA to further reduce conventional memory footprint.
  63.   [proposed by Matthias Paul]
  64. - COUNTRY settings may determine displayed messages coding.
  65.  
  66.  
  67. Utilities:
  68. ----------
  69.  
  70. - Utility to install a handler for secondary mouse. This would be
  71.   especially useful for notebooks with both built-in and external mice.
  72.